Skip to main content

All Questions

Tagged with
1vote
0answers
300views

CAML query results multiple row for people picker field with multiple value in SharePoint webservices

Below is the SharePoint web service I am using to get list items from a SharePoint 2007 calendar list. The calendar list has a people picker field which can have more than one user. Now as I run the ...
Ankit Kumar's user avatar
1vote
0answers
266views

Creating XML file from document library document properties

I have many documents in document library with different content types. For each document metadata (document properties) in the library i want to create XML file. How can i create XML file from each ...
SPBeginer's user avatar
0votes
2answers
870views

Generating the Word Document with SharePoint list data

I have an issue with exporting the list data from sharepoint to microsoft word (docx). Basically, the export succeeds, I can move the data from the list to the word document using xml (XElement etc) ...
Shkipper's user avatar
0votes
0answers
97views

Create multiple data records in one go in SharePoint 2007 (storage in an XML Data Source)

what I'd like to do is to create multiple data records (of one type) in one call to the server. The solution needs to work in SharePoint 2007 and the data is stored in an XML Data Source, i.e. an XML ...
PeterB's user avatar
0votes
1answer
354views

RSS/XML Feeds Stopped Working - SharePoint 2007 [closed]

We have numerous custom web parts that use XML to pull in RSS feeds. The feeds stopped coming in about 2 weeks ago. We are not sure exactly what caused this, but there was an admin who was working ...
Aaron's user avatar
0votes
1answer
189views

How to view forms on a tablet and submit response back to SharePoint

beginner SharePoint admin here looking for guidance. We have a situation at our company where we want to be able to view company documents on tablets (which staff have due to their mobility ...
zoonosis's user avatar
1vote
1answer
88views

Parsing custom field type [closed]

I developed a custom field type for List, now I am trying to get list data using SharePoint list web services in "K2 workflow" I can get all fields values except this custom field type as I am not ...
Muhammad Raja's user avatar
0votes
1answer
87views

Creating a New list based on previous List Definition

I have a List definition with following files Feature.xml <?xml version="1.0" encoding="utf-8"?> <Feature Id="GUID" Title="abc" Description="mmmmmmm." Version="1.0.0.0" ...
Muhammad Raja's user avatar
2votes
1answer
482views

Overriding search control, contextual scope as default

I have a strange problem regarding the overriding of search delegate control in SharePoint 2007. The purpose of why i override it is to set drop down mode to show contextual scopes as default aka ...
Shkipper's user avatar
1vote
1answer
40views

What things/attributes need to be changes while renaming a Site Defination?

I have a site definition folder with following structure, XML default.aspx MasterPage.master masterpageajax.master In XML folder I have "ONET.XML" and I looked into this file, and realized that there ...
Muhammad Raja's user avatar
0votes
2answers
632views

Updating Custom XML property of a webpart while adding it to a webpage

I followed this tutorial to make a tabzone webpart. if I want to manually add it to a page it works perfectly, but if I try to add it programmatically, it gives me out of index exception, which is ...
Muhammad Raja's user avatar
4votes
1answer
4kviews

Dynamically setting Default Value in ParameterBinding through Javascript

To make a long story short (too late), we have a dropdownlist that is populated through a list of items. We want to use this dropdownlist to filter the list in a data view web part. This works ...
Robert's user avatar
3votes
2answers
1kviews

What is the best practice to implement search to index XML files?

In our SharePoint solution we need a service which can search and index XML files. At this moment we are using FAST, but are there other tools / applications / solutions which are free and easy to ...
Stef Heyenrath's user avatar

close